{
	"name" : "Detect Skill Point Cheaters",
	"description" : "Marks players with over 120 skill points as cheaters, and autokicks them if applicable",
	"author" : "Buurazu",
	"version" : "1.0",
	"contact" : "Discord: Buurazu#8042"
	"blt_version" : 2,
	"image" : "buurazu.png",
	"color" : "0.8 0 0",
	"hooks" : [
		{
			"hook_id" : "lib/network/base/networkpeer",
			"script_path" : "networkpeer.lua"
		},
		{
			"hook_id" : "lib/managers/votemanager",
			"script_path" : "networkpeer.lua"
		},
		{
			"hook_id" : "lib/managers/localizationmanager",
			"script_path" : "networkpeer.lua"
		}
	]
}
